inherited VfsSftpKeyboardAuthDialog: TVfsSftpKeyboardAuthDialog Left = 391 Top = 432 Caption = 'Keyboard Authorization' ClientHeight = 87 ClientWidth = 385 OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object PromptLbl: TUiLabel Left = 8 Top = 7 Height = 13 Caption = '%' FocusControl = ResponseEdit end object ResponseEdit: TUiEdit Left = 8 Top = 23 Width = 369 Height = 21 TabOrder = 0 end object OkBtn: TUiButton Left = 224 Top = 54 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 AutoSize = asRight end object CancelBtn: TUiButton Left = 304 Top = 54 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 AutoSize = asRight end end